Removes the specified KeyValuePair from the ModalityOptionsCollection.
public bool Remove(
KeyValuePair<ModalityType, ModalityOptions> item
)
Public Overloads Function Remove( _
ByVal item As KeyValuePair(Of ModalityType,ModalityOptions) _
) As Boolean
public:
bool Remove(
KeyValuePair<ModalityType,ModalityOptions^> item
)
item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.
true if the KeyValuePair is removed; otherwise, it is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET